﻿.ajtis {
    height: 400px;
    overflow: hidden;
    margin-top: 80px;
    text-align: center;
    background: url('/public/cpfww/resources/img/newsbg.png');
    background-size: cover;
    background-position: center;
    /* background-image: none; */
    /* background-attachment: scroll; */
    /* background-size: auto; */
}

.ajtis h2 {
    padding: 50px 0 30px;
    font-size: 30px;
}

.ajtis ul {
    width: 560px;
    height: 130px;
    overflow: hidden;
    margin: 0 auto;
}

.ajtis ul li {
    float: left;
    width: 100px;
    height: 100px;
    background: #eee;
    border-radius: 50px;
    margin: 10px 20px;
    color: #4b8eff;
    font-weight: bold;
    line-height: 100px;
    font-size: 22px;
    box-shadow: 0px 4px 4px 0.5px #042369;
}

.ajtis ul li:hover {
    background: #fff;
}

.ajtis-mengban {
    width: 100%;
    height: 100%;
    /* background: rgba(54, 122, 232, 0.5) */
    background: -webkit-linear-gradient(left bottom, #663FB5, #2B8BE3);
    opacity: 0.8;
}

.ajtis-wenzi {
    width: 900px;
    text-align: center;
    margin: 20px auto;
    line-height: 30px;
    font-size: 17px;
}

.ajtis-wenzi:hover {
    color: #eee;
}

.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.chanpinzixun_left img {
    transition: all 0.5s;
}

.chanpinzixun_left img:hover {
    transform: scale(1.1);
}